home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / frame_3 / PlaceObject2_168_18 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-11-13  |  281 b   |  16 lines

  1. onClipEvent(enterFrame){
  2.    if(_visible == false)
  3.    {
  4.       if(_root.victory == true)
  5.       {
  6.          gotoAndStop(1);
  7.          _visible = true;
  8.       }
  9.       else if(_root.victory == false)
  10.       {
  11.          gotoAndStop(2);
  12.          _visible = true;
  13.       }
  14.    }
  15. }
  16.